fix(universes): Update GameJoinRestriction interface#7
fix(universes): Update GameJoinRestriction interface#7marinofranz merged 1 commit intorelatiocc:mainfrom commonly-ts:patch-1
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Is this meant to be marked as a draft PR? |
It is marked as a draft PR |
Is this ready for review? A draft PR means it's still a work in progress |
I just haven't done the tests and formatting commands. I'll edit in the manual test later. |
Ah, no need for that, it's a very simple interface adjustment, you can turn this into a normal PR and we'll get this merged 😄 |
## [1.10.1](v1.10.0...v1.10.1) (2025-11-17) ### Bug Fixes * **universes:** make GameJoinRestriction duration optional ([5fc1c32](5fc1c32)), closes [#7](#7)
Description
Makes the
durationproperty optional to align with the API.Fixes #
Type of Change
Changes Made
durationinsideGameJoinRestrictionis now optionalTesting
pnpm test)Manual Testing
// Example code showing how you tested this changeCode Quality
pnpm lintand fixed any issuespnpm formatto format my codepnpm typecheckand there are no type errorsDocumentation
Additional Context
Checklist
mainbranch